Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services.utils
/
AuthService
/
GeneralAuthInfo
General
Auth
Info
@
Serializable
data
class
GeneralAuthInfo
(
val
enabled
:
Boolean
,
val
duration
:
Int
)
Members
Constructors
General
Auth
Info
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
duration
:
Int
)
Properties
duration
Link copied to clipboard
val
duration
:
Int
enabled
Link copied to clipboard
val
enabled
:
Boolean